public class BondIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
BondIterator() |
|
BondIterator(BondIterator other) |
protected |
BondIterator(long cPtr,
boolean cMemoryOwn) |
|
BondIterator(ROMol mol) |
|
BondIterator(ROMol mol,
SWIGTYPE_p_boost__adjacency_listT_boost__vecS_boost__vecS_boost__undirectedS_RDKit__Atom_p_RDKit__Bond_p_t__edge_iterator pos) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
boolean |
eq(BondIterator other) |
protected void |
finalize() |
Bond |
getBond() |
protected static long |
getCPtr(BondIterator obj) |
boolean |
ne(BondIterator other) |
BondIterator |
next() |
BondIterator |
next(int arg0) |
BondIterator |
prev() |
BondIterator |
prev(int arg0) |
protected BondIterator(long cPtr, boolean cMemoryOwn)
public BondIterator()
public BondIterator(ROMol mol)
public BondIterator(ROMol mol, SWIGTYPE_p_boost__adjacency_listT_boost__vecS_boost__vecS_boost__undirectedS_RDKit__Atom_p_RDKit__Bond_p_t__edge_iterator pos)
public BondIterator(BondIterator other)
protected static long getCPtr(BondIterator obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public boolean eq(BondIterator other)
public boolean ne(BondIterator other)
public Bond getBond()
public BondIterator next()
public BondIterator next(int arg0)
public BondIterator prev()
public BondIterator prev(int arg0)